home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Python 1.3.3
/
Python 133 SRC
/
Demo
/
www
/
HUNT
< prev
next >
Wrap
Text File
|
1996-03-12
|
237b
|
13 lines
#! /bin/sh
wwwhunt.py -d $* >>@hunt.out 2>&1
echo "" >>@hunt.out
echo "--- Exit status $? ---" >>@hunt.out
while test -f @todo.dir
do
wwwhunt.py -d >>@hunt.out 2>&1
echo "" >>@hunt.out
echo "--- Exit status $? ---" >>@hunt.out
done